This patch removes -noht option (both code and doc).
Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
\item [watchdog ]
Enable NMI watchdog which can report certain failures.
-\item [noht ]
- Disable Hyperthreading.
-
\item [badpage=$<$page number$>$,$<$page number$>$, \ldots ]
Specify a list of pages not to be allocated for use
because they contain bad bytes. For example, if your
int find_max_pfn (unsigned long, unsigned long, void *);
void start_of_day(void);
-/* opt_noht: If true, Hyperthreading is ignored. */
-int opt_noht = 0;
-boolean_param("noht", opt_noht);
-
/* opt_nosmp: If true, secondary processors are ignored. */
static int opt_nosmp = 0;
boolean_param("nosmp", opt_nosmp);
integer_param("xenheap_megabytes", opt_xenheap_megabytes);
#endif
-/* opt_noht: If true, Hyperthreading is ignored. */
-int opt_noht = 0;
-boolean_param("noht", opt_noht);
-
/* opt_nosmp: If true, secondary processors are ignored. */
static int opt_nosmp = 0;
boolean_param("nosmp", opt_nosmp);
#define FORCE_CRASH() asm("break 0;;");
// these declarations got moved at some point, find a better place for them
-extern int opt_noht;
extern int ht_per_core;
// needed for include/xen/smp.h
}
extern int ht_per_core;
-extern int opt_noht;
extern volatile unsigned long smp_msg_data;
extern volatile int smp_src_cpu;